home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMTOOLBARSETUP / TFRMTOOLBARSETUP.txt
Text File  |  2003-07-29  |  7KB  |  299 lines

  1. object frmToolbarSetup: TfrmToolbarSetup
  2.   Left = 349
  3.   Top = 293
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Customize Toolbar'
  7.   ClientHeight = 259
  8.   ClientWidth = 497
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object pnlSections: TPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 497
  22.     Height = 259
  23.     Align = alClient
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object lblAvailable: TElLabel
  27.       Left = 8
  28.       Top = 9
  29.       Width = 116
  30.       Height = 13
  31.       Caption = 'A&vailable toolbar buttons'
  32.       Transparent = False
  33.     end
  34.     object lblVisible: TElLabel
  35.       Left = 250
  36.       Top = 9
  37.       Width = 107
  38.       Height = 13
  39.       Caption = '&Current toolbar buttons'
  40.       Transparent = False
  41.     end
  42.     object TextOptionsLabel: TElLabel
  43.       Left = 8
  44.       Top = 208
  45.       Width = 58
  46.       Height = 13
  47.       Caption = 'Te&xt options'
  48.       Transparent = False
  49.     end
  50.     object IconOptionsLabel: TElLabel
  51.       Left = 8
  52.       Top = 236
  53.       Width = 61
  54.       Height = 13
  55.       Caption = 'Ico&n options:'
  56.       Transparent = False
  57.     end
  58.     object btnAdd: TElPopupButton
  59.       Left = 166
  60.       Top = 82
  61.       Width = 75
  62.       Height = 23
  63.       Cursor = crDefault
  64.       ImageIndex = 0
  65.       DrawDefaultFrame = False
  66.       LinkStyle = [fsUnderline]
  67.       NumGlyphs = 1
  68.       ShowFocus = False
  69.       Caption = '&Add ->'
  70.       TabStop = False
  71.       TabOrder = 1
  72.       Color = clBtnFace
  73.       ParentColor = False
  74.       OnClick = btnAddClick
  75.     end
  76.     object btnDelete: TElPopupButton
  77.       Left = 166
  78.       Top = 111
  79.       Width = 75
  80.       Height = 23
  81.       Cursor = crDefault
  82.       ImageIndex = 0
  83.       DrawDefaultFrame = False
  84.       LinkStyle = [fsUnderline]
  85.       NumGlyphs = 1
  86.       ShowFocus = False
  87.       Caption = '<- &Remove'
  88.       Enabled = False
  89.       TabStop = False
  90.       TabOrder = 2
  91.       Color = clBtnFace
  92.       ParentColor = False
  93.       OnClick = btnDeleteClick
  94.     end
  95.     object btnUp: TElPopupButton
  96.       Left = 415
  97.       Top = 82
  98.       Width = 75
  99.       Height = 23
  100.       Cursor = crDefault
  101.       ImageIndex = 0
  102.       DrawDefaultFrame = False
  103.       LinkStyle = [fsUnderline]
  104.       NumGlyphs = 1
  105.       ShowFocus = False
  106.       Caption = 'Move &Up'
  107.       Enabled = False
  108.       TabStop = False
  109.       TabOrder = 4
  110.       Color = clBtnFace
  111.       ParentColor = False
  112.       OnClick = btnUpClick
  113.     end
  114.     object btnDown: TElPopupButton
  115.       Left = 415
  116.       Top = 119
  117.       Width = 75
  118.       Height = 23
  119.       Cursor = crDefault
  120.       ImageIndex = 0
  121.       DrawDefaultFrame = False
  122.       LinkStyle = [fsUnderline]
  123.       NumGlyphs = 1
  124.       ShowFocus = False
  125.       Caption = 'Move &Down'
  126.       Enabled = False
  127.       TabStop = False
  128.       TabOrder = 5
  129.       Color = clBtnFace
  130.       ParentColor = False
  131.       OnClick = btnDownClick
  132.     end
  133.     object btnOk: TElPopupButton
  134.       Left = 415
  135.       Top = 9
  136.       Width = 75
  137.       Height = 23
  138.       Cursor = crDefault
  139.       ImageIndex = 0
  140.       DrawDefaultFrame = False
  141.       Default = True
  142.       ModalResult = 1
  143.       LinkStyle = [fsUnderline]
  144.       NumGlyphs = 1
  145.       ShowFocus = False
  146.       Caption = 'OK'
  147.       TabOrder = 8
  148.       Color = clBtnFace
  149.       ParentColor = False
  150.     end
  151.     object btnCancel: TElPopupButton
  152.       Left = 415
  153.       Top = 38
  154.       Width = 75
  155.       Height = 23
  156.       Cursor = crDefault
  157.       ImageIndex = 0
  158.       DrawDefaultFrame = False
  159.       Cancel = True
  160.       ModalResult = 2
  161.       LinkStyle = [fsUnderline]
  162.       NumGlyphs = 1
  163.       ShowFocus = False
  164.       Caption = 'Cancel'
  165.       TabOrder = 9
  166.       Color = clBtnFace
  167.       ParentColor = False
  168.     end
  169.     object lbxAvailable: TElListBox
  170.       Left = 6
  171.       Top = 24
  172.       Width = 151
  173.       Height = 172
  174.       AllowGrayed = False
  175.       ItemHeight = 13
  176.       ItemIndex = -1
  177.       ActiveBorderType = fbtFlat
  178.       Flat = True
  179.       SelectedFont.Charset = DEFAULT_CHARSET
  180.       SelectedFont.Color = clHighlightText
  181.       SelectedFont.Height = -11
  182.       SelectedFont.Name = 'MS Sans Serif'
  183.       SelectedFont.Style = []
  184.       OnClick = FormShow
  185.       OnDblClick = btnAddClick
  186.       OnDragDrop = lbxAvailableDragDrop
  187.       OnDragOver = lbxAvailableDragOver
  188.       OnEnter = lbxAvailableEnter
  189.       OnExit = FormShow
  190.       OnMouseDown = lbxAvailableMouseDown
  191.       TabOrder = 0
  192.     end
  193.     object lbxVisible: TElListBox
  194.       Left = 250
  195.       Top = 24
  196.       Width = 151
  197.       Height = 172
  198.       AllowGrayed = False
  199.       ItemHeight = 13
  200.       ItemIndex = -1
  201.       ActiveBorderType = fbtFlat
  202.       Flat = True
  203.       SelectedFont.Charset = DEFAULT_CHARSET
  204.       SelectedFont.Color = clHighlightText
  205.       SelectedFont.Height = -11
  206.       SelectedFont.Name = 'MS Sans Serif'
  207.       SelectedFont.Style = []
  208.       OnClick = FormShow
  209.       OnDblClick = btnDeleteClick
  210.       OnDragDrop = lbxVisibleDragDrop
  211.       OnDragOver = lbxVisibleDragOver
  212.       OnEnter = lbxVisibleEnter
  213.       OnExit = FormShow
  214.       OnMouseDown = lbxVisibleMouseDown
  215.       TabOrder = 3
  216.     end
  217.     object TextOptionsCombo: TElComboBox
  218.       Left = 88
  219.       Top = 205
  220.       Width = 153
  221.       Height = 21
  222.       Cursor = crIBeam
  223.       VertScrollBarStyles.ShowTrackHint = False
  224.       VertScrollBarStyles.Width = 13
  225.       VertScrollBarStyles.ButtonSize = 13
  226.       HorzScrollBarStyles.ShowTrackHint = False
  227.       HorzScrollBarStyles.Width = 13
  228.       HorzScrollBarStyles.ButtonSize = 13
  229.       UseCustomScrollBars = True
  230.       NotifyUserChangeOnly = True
  231.       ActiveBorderType = fbtFlat
  232.       Alignment = taLeftJustify
  233.       BorderStyle = bsSingle
  234.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  235.       BtnFlat = True
  236.       BtnArrowColor = clBlack
  237.       AltBtnWidth = 13
  238.       AutoCompletion = False
  239.       Items.Strings = (
  240.         'Show text labels'
  241.         'No text labels')
  242.       ListSelectedColor = clHighlight
  243.       AutoSelect = True
  244.       TopMargin = 2
  245.       RightMargin = 1
  246.       Flat = True
  247.       LineBorderActiveColor = clBlack
  248.       LineBorderInactiveColor = clBlack
  249.       ParentColor = False
  250.       ReadOnly = True
  251.       TabOrder = 6
  252.       Transparent = False
  253.       AltButtonShortcut = 0
  254.       ButtonShortcut = 0
  255.       ItemHeight = 13
  256.     end
  257.     object IconOptionsCombo: TElComboBox
  258.       Left = 88
  259.       Top = 233
  260.       Width = 153
  261.       Height = 21
  262.       Cursor = crIBeam
  263.       VertScrollBarStyles.ShowTrackHint = False
  264.       VertScrollBarStyles.Width = 13
  265.       VertScrollBarStyles.ButtonSize = 13
  266.       HorzScrollBarStyles.ShowTrackHint = False
  267.       HorzScrollBarStyles.Width = 13
  268.       HorzScrollBarStyles.ButtonSize = 13
  269.       UseCustomScrollBars = True
  270.       NotifyUserChangeOnly = True
  271.       ActiveBorderType = fbtFlat
  272.       Alignment = taLeftJustify
  273.       BorderStyle = bsSingle
  274.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  275.       BtnFlat = True
  276.       BtnArrowColor = clBlack
  277.       AltBtnWidth = 13
  278.       AutoCompletion = False
  279.       Items.Strings = (
  280.         'Small Icons'
  281.         'Large Icons')
  282.       ListSelectedColor = clHighlight
  283.       AutoSelect = True
  284.       TopMargin = 2
  285.       RightMargin = 1
  286.       Flat = True
  287.       LineBorderActiveColor = clBlack
  288.       LineBorderInactiveColor = clBlack
  289.       ParentColor = False
  290.       ReadOnly = True
  291.       TabOrder = 7
  292.       Transparent = False
  293.       AltButtonShortcut = 0
  294.       ButtonShortcut = 0
  295.       ItemHeight = 13
  296.     end
  297.   end
  298. end
  299.